object Form18: TForm18 Left = 334 Top = 68 Width = 649 Height = 651 Caption = 'Enhancement/Filter Application' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = True OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 114 Top = 10 Width = 423 Height = 16 Caption = 'The filter you have designed can be applied in the following way' + 's:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 158 Top = 30 Width = 336 Height = 80 Caption = 'Scope' TabOrder = 0 object RadioButton1: TRadioButton Left = 30 Top = 20 Width = 296 Height = 21 Caption = 'Apply the filter to the CURRENT image only' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 30 Top = 49 Width = 276 Height = 21 Caption = 'Apply the filter to ALL images in the queue' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 8 Top = 118 Width = 617 Height = 427 Caption = 'Filter Application' TabOrder = 1 object Label2: TLabel Left = 52 Top = 49 Width = 543 Height = 16 Caption = 'Filter parameters will be saved in the same directory as the ori' + 'ginal image(s). Qimage Pro will' end object Label3: TLabel Left = 52 Top = 69 Width = 539 Height = 16 Caption = 'then use the associated filter whenever the original (unmodified' + ') image is opened. This option' end object Label4: TLabel Left = 52 Top = 89 Width = 511 Height = 16 Caption = 'is useful because it allows you to retain the original/unmodifie' + 'd image without resaving or' end object Label5: TLabel Left = 52 Top = 108 Width = 500 Height = 16 Caption = 're-compressing. Qimage Pro will apply the associated filter pri' + 'or to displaying/printing.' end object Label6: TLabel Left = 52 Top = 177 Width = 396 Height = 16 Caption = 'Save the modified image(s) using the same filename with a {Q} pr' + 'efix' end object Label8: TLabel Left = 52 Top = 128 Width = 512 Height = 16 Caption = 'Note: neutral filter selected: Press Ok to delete associative fi' + 'lters (.flt files)' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label9: TLabel Left = 52 Top = 381 Width = 541 Height = 16 Caption = 'Filter parameters will be applied globally to all images rather ' + 'than applied to individual images.' end object Label11: TLabel Left = 52 Top = 401 Width = 468 Height = 16 Caption = 'To turn the global filter on/off, click "Options", "Global Filte' + 'r" from the main menu.' end object RadioButton3: TRadioButton Left = 30 Top = 30 Width = 89 Height = 20 Caption = 'Associate' Checked = True TabOrder = 0 TabStop = True OnClick = RadioButton3Click end object RadioButton4: TRadioButton Left = 30 Top = 158 Width = 139 Height = 20 Caption = 'Create new images' TabOrder = 1 OnClick = RadioButton4Click end object GroupBox3: TGroupBox Left = 52 Top = 197 Width = 485 Height = 160 Caption = 'Save as:' TabOrder = 2 object Label7: TLabel Left = 189 Top = 21 Width = 229 Height = 16 Caption = 'JPG quality (0-100), 100 is best quality:' end object Label16: TLabel Left = 14 Top = 88 Width = 78 Height = 16 Caption = 'Output folder:' end object Label17: TLabel Left = 24 Top = 112 Width = 441 Height = 16 Caption = 'Leave output folder blank to store new images in the same folder' + ' as originals' end object RadioButton5: TRadioButton Left = 10 Top = 20 Width = 159 Height = 21 Caption = 'JPG (some quality loss)' Checked = True Enabled = False TabOrder = 0 TabStop = True end object RadioButton6: TRadioButton Left = 10 Top = 39 Width = 139 Height = 21 Caption = 'TIF (lossless)' Enabled = False TabOrder = 1 end object Edit1: TEdit Left = 423 Top = 12 Width = 51 Height = 24 Enabled = False TabOrder = 2 Text = '90' end object RadioButton10: TRadioButton Left = 10 Top = 59 Width = 139 Height = 21 Caption = 'BMP (lossless)' TabOrder = 3 end object RadioButton12: TRadioButton Left = 189 Top = 59 Width = 139 Height = 21 Caption = 'GIF (256 color)' TabOrder = 4 end object Edit2: TEdit Left = 96 Top = 80 Width = 297 Height = 24 TabOrder = 5 end object BitBtn3: TBitBtn Left = 396 Top = 80 Width = 80 Height = 25 Caption = 'Browse' TabOrder = 6 OnClick = BitBtn3Click Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333 333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300 300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333 333337F373F773333333303330033333333337F3377333333333303333333333 333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333 333337777F337F33333330330BB00333333337F373F773333333303330033333 333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000 333377777F77377733330BBB0333333333337F337F33333333330BB003333333 333373F773333333333330033333333333333773333333333333} NumGlyphs = 2 end object CheckBox1: TCheckBox Left = 10 Top = 136 Width = 361 Height = 17 Hint = 'If this box is checked, Qimage Pro will save filtered/converted ' + 'images with the same filename as originals unless the destinatio' + 'n already exists. This will allow conversion from one format to' + ' another without using the {Q} prefix.' Caption = 'Only use the {Q} prefix when destination file already exists' ParentShowHint = False ShowHint = True TabOrder = 7 end end object RadioButton7: TRadioButton Left = 30 Top = 362 Width = 99 Height = 20 Caption = 'Global Filter' TabOrder = 3 end end object BitBtn1: TBitBtn Left = 187 Top = 556 Width = 70 Height = 31 Caption = 'Ok' TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 364 Top = 556 Width = 90 Height = 31 TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end object StatusBar1: TStatusBar Left = 0 Top = 595 Width = 641 Height = 24 Panels = < item Width = 50 end item Width = 50 end> SimplePanel = False end object GroupBox4: TGroupBox Left = 8 Top = 118 Width = 617 Height = 159 Caption = 'File Save Options' TabOrder = 5 Visible = False object Label12: TLabel Left = 52 Top = 39 Width = 534 Height = 16 Caption = 'Leave originals intact and create new images. Transformed image' + 's will have the same name' end object Label13: TLabel Left = 52 Top = 59 Width = 239 Height = 16 Caption = 'as originals but will contain the {Q} prefix.' end object Label14: TLabel Left = 52 Top = 108 Width = 323 Height = 16 Caption = 'Overwrite the original image with the transformed image.' end object Label15: TLabel Left = 52 Top = 128 Width = 332 Height = 16 Caption = 'Recovery of the original is NOT possible with this option.' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RadioButton8: TRadioButton Left = 30 Top = 20 Width = 139 Height = 21 Caption = 'Create new images' Checked = True TabOrder = 0 TabStop = True end object RadioButton9: TRadioButton Left = 30 Top = 89 Width = 139 Height = 21 Caption = 'Overwrite originals' TabOrder = 1 end end end